@charset "UTF-8"; /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.owl-carousel * {
	touch-action: none;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0);
	width: 100%;
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
/*.owl-carousel .owl-item img { transform-style: preserve-3d; }*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../images/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/*owl.theme.default.min*/
.owl-theme .owl-controls {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #21b9e0;
}

html {
}
html, img, fieldset {
	border: 0;
}
html, body, form {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background-color: #fff;
}
body, td {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
ul, ol {
	margin: 0;
	padding: 5px 5px 5px 40px;
}
dl, p {
	margin: 0;
	padding: 5px 0;
}
a, a:link {
	color: #666;
	text-decoration: none;
}
a:active {
}
a:hover {
}
a:visited {
}
/* 浮动元素 */
.rectbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.rectbox {
	clear: both;
*display:inline-block;
}
.rectbox .left {
	float: left;
	_display: inline;
}
.rectbox .right {
	float: right;
	_display: inline;
}
/*================ Form 元素统一 =================*/
textare {
	overflow-y: visible
}
label {
	cursor: pointer;
	_cursor: default;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="button"] {
	cursor: pointer;
}
input[type="reset"] {
	cursor: pointer;
}
input.submit {
	cursor: pointer;
}
input.button {
	cursor: pointer;
}
input.reset {
	cursor: pointer;
}
input.disabled {
	cursor: default;
}
input[disabled] {
}
input.readonly {
	color: #999;
	border: 1px solid #ccc;
	background: #f3f3f3;
}
input[readOnly] {
	color: #999;
	border: 1px solid #ccc;
	background: #f3f3f3;
}
*html input {
 direction:expression(function(sjd) {
 if(document.readyState=="complete") {
 sjd.style.direction = "ltr";                                     /* 只 执行一次*/
 sjd.className += " "+sjd.type;                            /* 根据type 类型 添加 className，弥补IE6 无法使用 [type=""] 改用 input.type */
}
}
(this));
 unicode-bidi:expression(function(sjd) {
 if(document.readyState=="complete") {
				/* input  只读时 ie6 添加 className " readonly" */
				if(sjd.readOnly == true) {
 if(sjd.className.search(" readonly")==-1) {
sjd.className += " readonly";
}
}
 else {
if(sjd.className.search(" readonly")!=-1) {
sjd.className = sjd.className.replace(" readonly", "")
}
}
				/* input被禁用时 ie6 添加 className " disabled" */
				if(sjd.disabled == true) {
 if(sjd.className.search(" disabled")==-1) {
sjd.className += " disabled";
}
}
 else {
if(sjd.className.search(" disabled")!=-1) {
sjd.className = sjd.className.replace(" disabled", "")
}
}
}
}
(this));
}
/* IE6 背景图缓存优化  IE6 fixed box hack */
*html html {
direction:expression(function(el) {
 el.style.direction = "ltr";
 try {
document.execCommand('BackgroundImageCache', false, true);
}
catch(e) {
}
}
(this))
}
/************  
	常用 类 使用  
	----------------------------

	------ A 虚线 ------
	----------------------------
		a {outline:0;zoom:expression(function(sjd){sjd.style.zoom = "1";sjd.hideFocus=true;}(this))}


	------ :first-child{} ------
	----------------------------
		div:first-child{} ;
		div.first-child{} ;
		*html div {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			if(sjd == sjd.parentNode.getElementsByTagName(sjd.tagName)[0]){sjd.className += " first-child"}
		}(this))}
		
		.className:first-child{} 
		.className_first-child{} 
		*html .className {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			if(sjd == sjd.parentNode.getElementsByTagName(sjd.tagName)[0]){sjd.className += " className_first-child"}
		}(this))}
	----------------------------

	------ :hover{} ------------
	----------------------------
		div:hover{} ;
		div.hover{} ;
		*html div {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			sjd.onmouseover =  function(){ if(!this.contains(event.fromElement)){this.className +=' hover'} };
			sjd.onmouseout  =  function(){ if(!this.contains(event.toElement)){this.className =this.className.replace(' hover','')} };
		}(this))}
		.className:hover{} 
		.className_hover{} 
		*html .className {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			sjd.onmouseover =  function(){ if(!this.contains(event.fromElement)){this.className +=' className_hover'} };
			sjd.onmouseout  =  function(){ if(!this.contains(event.toElement)){this.className =this.className.replace(' className_hover','')} };
		}(this))}

	----------------------------

	------ PNG图 ---------------
	----------------------------
	背景
	*html .className {zoom:expression( function(sjd){sjd.style.zoom=1;if (sjd.className.search(" ie6bg")==-1){sjd.className += " ie6bg"}}(this));}
	前景
	*html .className img {zoom:expression( function(sjd){sjd.style.zoom=1;if (sjd.className.search(" ie6img")==-1){sjd.className += " ie6img"}}(this));}
	
********************/

/* CSS Document
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------basic----------*/
 
.bt:hover, .bt:hover * {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.bt:hover.lt,  .bt:hover.lt * {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.bt:hover.gt,  .bt:hover.gt * {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.clear {
	clear: both;
}
.flex {
	display: flex;
}
.flex.lt {
	width: 105%;
}
.flex.gt {
	width: 125%;
}
.ht05 {
	height: 5px;
}
.ht10 {
	height: 10px;
}
.ht15 {
	height: 15px;
}
.ht20 {
	height: 20px;
}
.ht25 {
	height: 25px;
}
.ht30 {
	height: 30px;
}
.ht35 {
	height: 35px;
}
.ht40 {
	height: 40px;
}
.ht45 {
	height: 45px;
}
.ht50 {
	height: 50px;
}
.ht55 {
	height: 55px;
}
.ht60 {
	height: 60px;
}
.ht65 {
	height: 65px;
}
.ht70 {
	height: 70px;
}
.ht75 {
	height: 75px;
}
.ht80 {
	height: 80px;
}
.ht85 {
	height: 85px;
}
.ht90 {
	height: 90px;
}
.ht95 {
	height: 95px;
}
.ht100 {
	height: 100px;
}
.ht200 {
	height: 200px;
}
.ht300 {
	height: 300px;
}
.ht400 {
	height: 400px;
}
.ht500 {
	height: 500px;
}
.wh05 {
	display: inline-block;
	width: 5px;
}
.wh10 {
	display: inline-block;
	width: 10px;
}
.wh15 {
	display: inline-block;
	width: 15px;
}
.wh20 {
	display: inline-block;
	width: 20px;
}
.wh25 {
	display: inline-block;
	width: 25px;
}
.wh30 {
	display: inline-block;
	width: 30px;
}
.wh35 {
	display: inline-block;
	width: 35px;
}
.wh40 {
	display: inline-block;
	width: 40px;
}
.wh45 {
	display: inline-block;
	width: 45px;
}
.wh50 {
	display: inline-block;
	width: 50px;
}
.wh55 {
	display: inline-block;
	width: 55px;
}
.wh60 {
	display: inline-block;
	width: 60px;
}
.wh65 {
	display: inline-block;
	width: 65px;
}
.wh70 {
	display: inline-block;
	width: 70px;
}
.wh75 {
	display: inline-block;
	width: 75px;
}
.wh80 {
	display: inline-block;
	width: 80px;
}
.wh85 {
	display: inline-block;
	width: 85px;
}
.wh90 {
	display: inline-block;
	width: 90px;
}
.wh95 {
	display: inline-block;
	width: 95px;
}
.wh100 {
	display: inline-block;
	width: 100px;
}
.none {
	display: none;
}
.hide {
	opacity: 0;
	filter: alpha(opacity=0);
}
.ie-radius {
	border-radius: 5px;
	behavior: url(css/ie-css3.htc);
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
/*----------custom----------*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
 @-webkit-keyframes bounce {
 0%, 100%, 20%, 53%, 80% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
 40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
 70% {
-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
 90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
 @keyframes bounce {
 0%, 100%, 20%, 53%, 80% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
 40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
 70% {
-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
 90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
 @-webkit-keyframes flash {
 0%, 100%, 50% {
opacity: 1;
}
 25%, 75% {
opacity: 0;
}
}
 @keyframes flash {
 0%, 100%, 50% {
opacity: 1;
}
 25%, 75% {
opacity: 0;
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
 @-webkit-keyframes pulse {
 0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
 50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
 100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
 50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
 100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes rubberBand {
 0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
 30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1);
}
 40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
 50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1);
}
 65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
 75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
 100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
 @keyframes rubberBand {
 0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
 30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1);
}
 40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
 50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1);
}
 65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
 75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
 100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
 @-webkit-keyframes shake {
 0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
 @-webkit-keyframes swing {
 20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
 100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
 @keyframes swing {
 20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
 100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
 @-webkit-keyframes tada {
 0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
 10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
 @keyframes tada {
 0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
 10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
 @-webkit-keyframes wobble {
 0% {
-webkit-transform: none;
transform: none;
}
 15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
 @keyframes wobble {
 0% {
-webkit-transform: none;
transform: none;
}
 15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
 @-webkit-keyframes bounceIn {
 0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
 20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
 100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 0%, 100%, 20%, 40%, 60%, 80% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
 20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
 100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
 @-webkit-keyframes bounceInDown {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
 75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
 90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
 @keyframes bounceInDown {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
 75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
 90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInLeft {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
 @keyframes bounceInLeft {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
 @keyframes bounceInRight {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
 100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
 @-webkit-keyframes bounceInUp {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
 75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
 90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
 @keyframes bounceInUp {
 0%, 100%, 60%, 75%, 90% {
-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
 60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
 75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
 90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
 @-webkit-keyframes bounceOut {
 20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
 50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
 @keyframes bounceOut {
 20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
 50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
 100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
 @-webkit-keyframes bounceOutDown {
 20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
 40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
 @keyframes bounceOutDown {
 20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
 40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
 @-webkit-keyframes bounceOutLeft {
 20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes bounceOutLeft {
 20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
 @-webkit-keyframes bounceOutRight {
 20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
 @keyframes bounceOutRight {
 20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
 @-webkit-keyframes bounceOutUp {
 20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
 40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
 @keyframes bounceOutUp {
 20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
 40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInDownBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
 0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInLeft {
 0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInLeftBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
 0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInRight {
 0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInRightBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInUp {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes fadeInUpBig {
 0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
 @-webkit-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOutDown {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
 @keyframes fadeOutDown {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
 @-webkit-keyframes fadeOutDownBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
 @keyframes fadeOutDownBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
 @-webkit-keyframes fadeOutLeft {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
 @keyframes fadeOutLeft {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
 @-webkit-keyframes fadeOutLeftBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes fadeOutLeftBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
 @-webkit-keyframes fadeOutRight {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
 @keyframes fadeOutRight {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
 @-webkit-keyframes fadeOutRightBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
 @keyframes fadeOutRightBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
 @-webkit-keyframes fadeOutUp {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
 @keyframes fadeOutUp {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
 @-webkit-keyframes fadeOutUpBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
 @keyframes fadeOutUpBig {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
 @-webkit-keyframes flip {
 0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
 40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
 50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
 80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
 100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
 @keyframes flip {
 0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
 40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
 50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
 80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
 100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
 @-webkit-keyframes flipInX {
 0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
 40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
 60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
 @keyframes flipInX {
 0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
 40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
 60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
 0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
 40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
 60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
 @keyframes flipInY {
 0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
 40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
 60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
 @-webkit-keyframes flipOutX {
 0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
 100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
 @keyframes flipOutX {
 0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
 100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
 @-webkit-keyframes flipOutY {
 0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
 100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
 @keyframes flipOutY {
 0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
 100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
 @-webkit-keyframes lightSpeedIn {
 0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
 60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
 80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
 100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
 @keyframes lightSpeedIn {
 0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
 60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
 80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
 100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
 @-webkit-keyframes lightSpeedOut {
 0% {
opacity: 1;
}
 100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
 @keyframes lightSpeedOut {
 0% {
opacity: 1;
}
 100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
 @-webkit-keyframes rotateIn {
 0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
 @keyframes rotateIn {
 0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
 @-webkit-keyframes rotateInDownLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
 @keyframes rotateInDownLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
 @-webkit-keyframes rotateInDownRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
 @keyframes rotateInDownRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
 @-webkit-keyframes rotateInUpLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
 @keyframes rotateInUpLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
 @-webkit-keyframes rotateInUpRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
 @keyframes rotateInUpRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
 @-webkit-keyframes rotateOut {
 0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
 100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
 @keyframes rotateOut {
 0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
 100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
 @-webkit-keyframes rotateOutDownLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
 @keyframes rotateOutDownLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
 @-webkit-keyframes rotateOutDownRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
 @keyframes rotateOutDownRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
 @-webkit-keyframes rotateOutUpLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
 @keyframes rotateOutUpLeft {
 0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
 @-webkit-keyframes rotateOutUpRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
 @keyframes rotateOutUpRight {
 0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
 100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
 @-webkit-keyframes hinge {
 0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
 20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
 40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
 100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
 @keyframes hinge {
 0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
 20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
 40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
 100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
 @-webkit-keyframes rollIn {
 0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
 @keyframes rollIn {
 0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
 100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
 @-webkit-keyframes rollOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
 @keyframes rollOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
 @-webkit-keyframes zoomIn {
 0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
 50% {
opacity: 1;
}
}
 @keyframes zoomIn {
 0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
 50% {
opacity: 1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
 @-webkit-keyframes zoomInDown {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
 @keyframes zoomInDown {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
 @-webkit-keyframes zoomInLeft {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
 @keyframes zoomInLeft {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
 @-webkit-keyframes zoomInRight {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
 @keyframes zoomInRight {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
 @-webkit-keyframes zoomInUp {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
 @keyframes zoomInUp {
 0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
 @-webkit-keyframes zoomOut {
 0% {
opacity: 1;
}
 50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
 100% {
opacity: 0;
}
}
 @keyframes zoomOut {
 0% {
opacity: 1;
}
 50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
 100% {
opacity: 0;
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
 @-webkit-keyframes zoomOutDown {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
 @keyframes zoomOutDown {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
 @-webkit-keyframes zoomOutLeft {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
 @keyframes zoomOutLeft {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
 @-webkit-keyframes zoomOutRight {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
 @keyframes zoomOutRight {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
 100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
 @-webkit-keyframes zoomOutUp {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
 @keyframes zoomOutUp {
 40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
}
 100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
 @-webkit-keyframes slideInDown {
 0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
 @keyframes slideInDown {
 0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
 @-webkit-keyframes slideInLeft {
 0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
 @keyframes slideInLeft {
 0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
 @keyframes slideInRight {
 0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
 @-webkit-keyframes slideInUp {
 0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
 @keyframes slideInUp {
 0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
 @-webkit-keyframes slideOutDown {
 0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
 @keyframes slideOutDown {
 0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
 @-webkit-keyframes slideOutLeft {
 0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
 @keyframes slideOutLeft {
 0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
 @-webkit-keyframes slideOutRight {
 0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
 @keyframes slideOutRight {
 0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
 @-webkit-keyframes slideOutUp {
 0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
 @keyframes slideOutUp {
 0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
 100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
	color: #333;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}

.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
/*----------header----------*/
.header {
	height: 108px;
	line-height: 78px;
	background: #fff;
	border-bottom: 2px solid #f1f1f1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header .wrap{max-width: 97.6%;}
.header .logo {
	float: left;
	width: 40%;
}
.header .logo img {
	vertical-align: middle;
	margin-bottom: 3px; height:66px
}
.header .nav {
	float: right;
	padding-right: 60px;
}
.header .nav ul li {
	float: left;
	margin-left: 45px;
	font-size: 16px;
	color: #222;
}
.header .nav ul li a {
	display: block;
	color: #222;
}
.header .nav ul li a:hover {
	color: #005779;
	border-bottom: 2px solid #005779;
}
/*----------mainer----------*/
.mainer {
	padding-bottom: 70px;
	padding-top: 1px;
	margin-top: 108px;
}
.main_index {
	padding: 0;
}

.page_num {
	background: url(bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 0;
}
.page_num ul li {
	border-left: 1px solid rgba(255,255,255,.3);
	margin-left: -1px;
	width: 25%;
	float: left;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.page_num ul li:first-child {
	border-left: 0;
}
.page_num ul li h2 {
	font-size: 50px;
}
.page_num ul li label {
	display: block;
	width: 30px;
	height: 3px;
	background: #fcc442;
	margin: 20px auto;
}
.div_tag {
	margin-top: -50px;
	text-align: center;
}
.div_tag ul {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.div_tag ul li {
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #ddd;
	font-size: 16px;
}
.div_tag ul li:first-child {
	border-left: 0;
}
.div_tag ul li a {
	color: #005779;
	font-weight: bold;
}
.div_tag ul li a:hover, .div_tag ul li.on a {
	color: red;
}
.div_work {
	background: url(../images/work.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 1px;
}
.course_owl {
	padding-bottom: 60px;
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.course_owl .text {
	padding: 15px;
	background: #fff;
}
.course_owl .text h3 {
	font-size: 18px;
	padding-left: 15px;
	border-left: 5px solid #005779;
	font-weight: normal;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.course_owl .text p {
	padding-right: 50px;
	background: url(../images/icon8.png) no-repeat right center;
	margin-bottom: 15px;
	color: #666;
}
.course_owl a:hover .text {
	background: #005779;
}
.course_owl a:hover .text h3 {
	color: #fff;
	border-color: #fcc442;
}
.course_owl a:hover .text p {
	color: #fff;
	background: url(../images/icon8-1.png) no-repeat right center;
}
.course_owl .cur {
	top: 32%;
}
.hot_list ul {
	overflow: hidden;
	padding-right: 0%;
	position: relative;
	margin: 20px -10px;
}
.hot_list ul li {
	width: 33%;
	float: left;
}
.hot_list ul li a {
	display: block;
	margin: 10px;
	position: relative;
}
.hot_list ul li a:hover img {
	transform: scale(1.1);
}
.hot_list ul li .img {
	overflow: hidden;
}
.hot_list ul li a:hover .text {
	height: 100%;
	background: rgba(0,176,160,.7);
}
.hot_list ul li a:hover .text p {
	transform: translateY(450%);
	text-align: center;
}
.hot_list ul li a:hover .text span {
	display: block;
	margin: 0 auto;
	float: none;
	height: 20px;
}
.hot_list ul li .text {
	position: absolute;
	height: 40px;
	bottom: 0;
	right: 0;
	left: 0;
}
.hot_list ul li .text span {
	display: inline-block;
	width: 60px;
	height: 14px;
	background: url(../images/icon5.png) no-repeat center center;
	float: right;
	height: 40px;
	font-size: 14px;
}
.hot_list ul li img {
	width: 100%;
	display: block;
}
.hot_list ul li .text {
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,.4);
}
.hot_list ul .li_more a {
	position: static;
}
.hot_list ul .li_more {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 34.5%;
}
.hot_list ul .li_more .text {
	height: auto;
	display: block;
	padding-right: 0;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 100%;
	background: #005779;
}
.hot_list ul .li_more .text .cell {
	position: relative;
	height: 100%;
	vertical-align: middle;
}
.hot_list ul .li_more .text .cell p {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
.hot_list ul .li_more .text span {
	height: 100%;
	width: 88px;
	padding-left: 20px;
	background: url(../images/icon6.png) no-repeat center center #fcc442;
}
.hot_list ul li.li_more a:hover .text {
	height: auto;
	background: #005779;
}
.hot_list ul li.li_more a:hover .text p {
	transform: translateY(0%);
	text-align: left;
}
.hot_list ul li.li_more a:hover .text span {
	display: block;
	margin-right: 0;
	width: 100px;
	float: none;
	height: 100%;
}
.div_about .img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	bottom: 0;
}
.div_about .img img {
	opacity: 0;
}
.div_about .about {
	position: relative;
	padding: 60px 0;
	margin-top: -30px;
	background: #f3f3f3;
}
.div_about .tit {
	width: 30%;
	margin-left: 50px;
	padding: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}
.div_about .tit h3 {
	font-size: 24px;
	line-height: 40px;
	background: #f3f3f3;
	font-weight: normal;
	color: #222;
}
.div_about .tit:after {
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	border: 3px solid #febb43;
	top: 0px;
	left: 0;
	position: absolute;
	z-index: -1;
}
.div_about .text {
	max-width: 60%;
	width: 750px;
	box-sizing: border-box;
	padding: 40px 50px;
	color: #fff;
	background: #005779;
	line-height: 32px;
	padding-bottom: 50px;
	margin-right: 5%;
	float: left;
}
.div_about .text02 {
	width: 400px;
	max-width: 40%;
	float: left;
	text-align: center;
}
.div_about .text02 span{text-align: center; line-height: 40px;  }
.div_about .text02 span:hover{color: red;}
.div_about .text p {
	text-align: justify;
	text-indent: 2em;
}
.div_about .btn a {
	float: right;
	margin-top: 20px;
}
.btn a {
	display: inline-block;
	width: 209px;
	line-height: 50px;
	background: #fcc442;
	text-align: center;
}
.btn a:hover {
	background: #ffb200;
}
.btn a:hover span {
	padding-right: 62px;
}
.btn a span {
	display: inline-block;
	padding-right: 52px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.btn a:hover {
	color: #FFFFFF;
}
.btn a:span hover {
	color: #FFFFFF;
}
.team_owl {
	position: relative;
	background: url(../images/team.jpg) no-repeat center bottom;
	height: 533px;
	padding-top: 30px;
}
.team_owl .box {
	background: #fff;
	padding: 0 20px;
	padding-bottom: 30px;
}
.team_owl .box .tit {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.team_owl .box .tit h3 {
	padding-left: 15px;
	border-left: 5px solid #005779;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.team_owl .box .tit span {
	display: block;
	float: right;
	color: #005779;
	font-size: 20px;
}
.team_owl .box .text p {
	line-height: 32px;
	color: #333;
	padding: 20px 0;
}
.team_owl .btn {
	margin-top: -25px;
	float: left;
	width: 100%;
	text-align: center;
}
.team_owl .item {
	width: 610px;
	margin: 0 auto;
	max-width: 90%;
	padding-top: 230px;
}
.team_bg {
	display: none;
}
.div_news .wrap {
}
.div_news .news_lt {
	width: 38%;
	background: #f5f5f5;
	height: 500px;
	overflow: hidden;
}
.div_news .item {
	line-height: 32px;
	color: #666;
}
.div_news .item img {
	display: block;
}
.div_news .item .text p {
	color: #666;
	height: 64px;
	overflow: hidden;
}
.div_news .item .text h3 {
	color: #333;
	background: no-repeat 80% center;
}
.div_news .item a:hover .text h3 {
	background: url(../images/icon5.png) no-repeat 95% center;
}
.news_lt .text {
	padding: 20px;
}
.news_lt .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.div_news .news_rt {
	width: 61%;
}
.news_rt ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news_rt ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 91px;
}
.news_rt ul li a:hover {
	background: #005779;
}
.news_rt ul li a:hover .date label, .news_rt ul li a:hover .date span, .news_rt ul li a:hover .text p {
	color: #fff;
}
.news_rt ul li a:hover .text h3 {
	color: #fcc442;
}
.news_rt ul li a:hover .text:after {
	background: #fcc442;
}
.news_rt ul li a:hover:after {
	background: #005779;
}
.news_rt ul li .date {
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 75px;
	margin-right: 15px;
	text-align: right;
}
.news_rt .date span {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #999;
}
.news_rt .text {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news_rt .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #005779;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news_rt .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.link_owl {
	margin-top: -40px;
	margin-bottom: 40px;
	position: relative;
}
.link_owl .list {
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.link_owl .list ul li {
	width: 16.6667%;
	float: left;
}
.link_owl .list ul li a {
	background: #fff;
	display: block;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-bottom: -1px;
	line-height: 100px;
	text-align: center;
}
.link_owl .list ul li img {
	vertical-align: middle;
	display: inline-block;
}
.title {
	position: relative;
	text-align: center;
	margin: 80px 0;
}
.title h3 {
	font-size: 32px;
	font-weight: normal;
	color: #222;
	position: relative;
	z-index: 9;
}
.title.on span {
	color: #e0e0e0;
}
.title label {
	display: block;
	margin: 0 auto 0;
	height: 3px;
	width: 60px;
	background: #005779;
	margin-top: 15px;
}
.title span {
	display: block;
	font-size: 60px;
	color: #f1f1f1;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.class_nav {
	padding: 8px 0;
	border: 1px solid #ddd;
}
.class_nav ul li {
	float: left;
	margin-left: 20px;
	width: 120px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
}
.class_nav ul li a {
	display: block;
	color: #000022;
}
.class_nav ul li.on a, .class_nav ul li a:hover {
	color: #fff;
	background: #005779;
}
.curriculum_list {
	padding: 5px 0;
}
.curriculum_list ul {
	margin: 0 -1.5%;
}
.curriculum_list ul li {
	float: left;
	width: 22%;
	margin: 25px 1.5%;
}
.curriculum_list ul li * {
	transition: all 0.5s;
}
.curriculum_list ul li .img_box {
	position: relative;
}
.curriculum_list ul li .img_box img {
	display: block;
	width: 100%;
}
.curriculum_list ul li .img_box .curriculum_list_mb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,176,160,0.9);
	opacity: 0;
}
.curriculum_list ul li .img_box .curriculum_list_more {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -8px;
	text-align: center;
}
.curriculum_list ul li .img_box .curriculum_list_more span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-right: 50px;
	background: url(../images/icon1.png) no-repeat right center;
}
.curriculum_list ul li .web {
	margin-top: 22px;
}
.curriculum_list ul li .web p {
	font-size: 16px;
	color: #333;
}
.curriculum_list ul li .web p span {
	float: right;
	color: #005779;
}
.curriculum_list ul li .web p span em {
	font-style: normal;
	font-size: 12px;
}
.curriculum_list ul li:hover .curriculum_list_mb {
	opacity: 1;
}
.page_size {
	text-align: center;
	margin-top: 10px;
}
.page_size a {
	display: inline-block;
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-bottom: 8px;
	border: 1px solid transparent;
	color: #999;
	margin: 0 10px;
	vertical-align: top;
}
.page_size a.prev, .page_size a.next {
	width: 31px;
	padding-bottom: 0;
	border-bottom: none;
}
.page_size a.prev {
	background: url(../images/icon2.png) no-repeat center center;
}
.page_size a.next {
	background: url(../images/icon3.png) no-repeat center center;
}
.page_size a.on, .page_size a:hover {
	border-bottom: 1px solid #ddd;
	color: #222;
}
.page_size a.prev:hover {
	background: url(../images/icon2-1.png) no-repeat center center;
	border-bottom: none;
}
.page_size a.next:hover {
	background: url(../images/icon3-1.png) no-repeat center center;
	border-bottom: none;
}
/*----------footer----------*/
.footer {
	padding: 40px 0 55px;
}
.footer h3 {
	font-weight: normal;
	font-size: 20px;
}
.footer p {
	font-size: 14px;
	color: #fff;
	margin-top: 25px;
}
.footer .left {
	float: left;
}
.footer .left h3 {
	color: #fcc442;
}
.footer .left p {
}
.footer .left p a {
	color: #fff;
	margin: 0 12px;
}
.footer .left p a:first-child {
	margin-left: 0;
}
.footer .right {
	float: right;
	text-align: right;
}
.footer .right h3 {
	color: #fff;
}
.footer .right h3 span {
	color: #fcc442;
}
.footer .right p {
}
.footer .right p a{ color:#fff}
/*----------custom----------*/
.curriculum_article {
	padding-bottom: 40px;
}
.curriculum_article .img {
	float: left;
	margin-right: 2%;
	width: 37%;
}
.curriculum_article .img img {
	display: block;
	width: 100%;
}
.curriculum_article .web {
	float: left;
	width: 60%;
}
.curriculum_article .web .tit {
	margin-top: 45px;
	background: #fff;
	padding: 11px 0;
	position: relative;
}
.curriculum_article .web .tit h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.curriculum_article .web .tit p {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.curriculum_article .web .tit p span {
	margin-left: 50px;
}
.curriculum_article .web .tit .line {
	width: 104px;
	height: 104px;
	background: url(../images/icon4.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	left: -60px;
}
.curriculum_article .web .text {
	margin-top: 50px;
}
.curriculum_article .web .text h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
}
.curriculum_article .web .text p {
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}
.about_gsjj {
}
.about_gsjj .list {
	border-top: 1px solid #ddd;
	padding-top: 50px;
	margin-top: 45px;
}
.about_gsjj .list:first-child {
	border-top: none;
	margin-top: 20px;
}
.about_gsjj .list .img {
	float: right;
	margin-left: 80px;
}
.about_gsjj .list .img img {
	display: block;
	width: 100%;
}
.about_gsjj .list .web {
	overflow: hidden;
}
.about_gsjj .list .web h3 {
	font-size: 22px;
	font-weight: normal;
}
.about_gsjj .list .web .text {
	margin-top: 30px; line-height:30px
}
.about_gsjj .list .web .text p {
	line-height: 32px;
	color: #333;
}
.his_owl {
	max-width: 900px;
	width: 95%;
	margin: 0 auto;
}
.his_owl .owl {
}
.his_owl .item {
	cursor: pointer;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 105px;
	position: relative;
}
.his_owl .item span {
	display: block;
	line-height: 50px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
	font-size: 26px;
}
.his_owl .item:after {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #9d9d9d;
	margin: 0 auto;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
}
.his_owl .item span:after {
	content: '';
	display: block;
	width: 1px;
	height: 0px;
	background: #005779;
	margin: 0 auto;
}
.his_owl .item.on span, .his_owl .item:hover span {
	font-size: 34px;
	color: #005779;
}
.his_owl .item.on span:after, .his_owl .item:hover span:after {
	height: 20px;
}
.his_owl .item.on:after, .his_owl .item:hover:after {
	background: #005779;
	border-color: #005779;
}
.his_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid #9b9b9b;
	margin: 0;
	padding: 0;
	position: relative;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-prev {
	float: left;
	background: url(../images/icon9.png) no-repeat center center #fff;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-prev:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 100%;
	top: 14px;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-next {
	float: right;
	background: url(../images/icon10.png) no-repeat center center #fff;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-next:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 100%;
	top: 14px;
}
.his_owl .owl-theme .owl-controls {
	left: -5%;
	right: -5%;
	width: auto;
}
.div_his .list {
	max-width: 580px;
	margin: 31px auto;
	line-height: 30px;
	position: relative;
}
.div_his .list:before {
	content: "";
	display: block;
	width: 1px;
	top: 10px;
	left: 64px;
	bottom: -10px;
	background: #ececec;
	position: absolute;
}
.div_his .list li {
	padding-bottom: 20px;
	font-size: 16px;
	color: #666;
}
.div_his .list li:hover .mouth span:after {
	background: #005779;
}
.div_his .list li:hover .mouth span {
	color: #005779;
}
.div_his .list li:last-child {
	float: left;
}
.div_his .list .mouth {
	width: 50px;
	text-align: right;
	float: left;
	margin-right: 110px;
	position: relative;
}
.div_his .list .mouth span:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -20px;
	display: block;
	width: 10px;
	height: 10px;
	background: #999999;
	float: right;
	border-radius: 100%;
}
.div_his .list .mouth span {
	display: block;
	position: relative;
}
.div_his .list .text {
	overflow: hidden;
}
.div_his .list .text span {
	display: block;
	width: 75px;
	float: left;
}
.div_his .list .text p {
	overflow: hidden;
}
.team1_list ul li .img {
	float: right;
	width: 247px;
}
.team1_list ul li {
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.team1_list ul li:after {
	content: '';
	z-index: -1;
	display: block;
	width: 1px;
	height: 400px;
	top: 60px;
	bottom: 20px;
	left: 25px;
	background: #ccc;
	position: absolute;
}
.team1_list ul li:before {
	content: '';
	z-index: 1;
	display: block;
	width: 1px;
	top: 60px;
	height: 0;
	bottom: 20px;
	left: 25px;
	background: #005779;
	position: absolute;
}
.team1_list ul li .text {
	overflow: hidden;
	line-height: 32px;
	color: #666;
}
.team1_list ul li .text h3 {
	font-size: 18px;
	color: #222;
	font-weight: normal;
	padding: 20px 0;
}
.team1_list ul li .text h3 span {
	color: #666;
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
}
.team1_list ul li .box {
	max-width: 675px;
	width: 80%;
	margin: 0 auto;
}
.team1_list ul li .span_num {
	z-index: 2;
	position: absolute;
	top: 0px;
	display: block;
	font-size: 46px;
	color: #ccc;
}
.team1_list ul li:nth-child(2n) .img {
	float: left;
}
.team1_list ul li:nth-child(2n) .span_num {
	left: auto;
	right: 0;
}
.team1_list ul li:nth-child(2n):after {
	left: auto;
	right: 25px;
}
.team1_list ul li:nth-child(2n):before {
	left: auto;
	right: 25px;
}
.team1_list ul li:hover:before {
	height: 350px;
}
.team1_list ul li:hover .span_num {
	color: #005779;
}
.zxns_list {
	margin-top: 40px;
}
.zxns_list .tit {
	cursor: pointer;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.zxns_list .tit h3 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	padding-left: 20px;
}
.zxns_list .tit label {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	float: right;
	padding-right: 30px;
	background: url(../images/icon11-1.png) no-repeat right center;
}
.zxns_list li {
	margin-top: 10px;
}
.zxns_list li.on .tit label {
	background: url(../images/icon11.png) no-repeat right center;
}
.zxns_list .text {
	display: none;
	transition: all 0s;
	padding: 20px;
	line-height: 32px;
	color: #666;
}
.zxns_list .text h4 {
	line-height: 16px;
	margin: 8px 0;
	color: #333;
	padding-left: 10px;
	font-weight: normal;
	border-left: 4px solid #005779;
}
.zxns_list .text .list {
	margin-bottom: 40px;
}
.zxns_list .text .list:last-child {
	margin-bottom: 0;
}
.qyry_list .tit {
	padding: 50px 0;
	font-size: 16px;
	color: #222;
}
.qyry_list .tit h3 {
	font-size: 20px;
	margin-bottom: 25px;
}
.qyry_list li {
	width: 50%;
	float: left;
	margin-top: 40px;
}
.qyry_list ul {
	overflow: hidden;
}
.qyry_list li:nth-child(2n+1) {
	clear: both;
}
.qyry_list li .img {
	float: left;
	padding: 10px;
	width: 226px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 155px;
	overflow: hidden;
	text-align: center;
}
.qyry_list li .img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 155px;
}
.qyry_list li .text {
	overflow: hidden;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	padding-right: 50px;
}
.qyry_list li .text p {
	max-width: 265px;
}
.qyry_list li .text h3 {
	font-size: 20px;
	font-weight: normal;
	color: #222;
	padding: 15px 0;
}
.team2_list ul li {
	width: 25%;
	float: left;
}
.team2_list ul li a {
	display: block;
	margin: 18px;
	border: 1px solid #f3f3f3;
}
.team2_list ul li:nth-child(4n+1) {
	clear: both;
}
.team2_list ul li .img {
	overflow: hidden;
	background: #000;
}
.team2_list ul li img {
	display: block;
}
.team2_list ul li a:hover h3 {
	color: #005779;
}
.team2_list ul li a:hover img {
	transform: scale(1.1);
	opacity: .8;
}
.team2_list ul {
	overflow: hidden;
	margin: 20px -18px;
}
.team2_list .text {
	padding: 20px;
	position: relative;
}
.team2_list .text span {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/icon8-1.png) no-repeat center center #005779;
	top: -25px;
	right: 20px;
}
.team2_list a:hover .text span {
	background: url(../images/icon8.png) no-repeat center center #fcc442;
}
.team2_list .text h3 {
	font-size: 16px;
	color: #222;
	margin-bottom: 15px;
	font-weight: normal;
}
.team2_list .text p {
	color: #999;
}
.modal {
	display: none;
	transition: all 0s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1001;
}
.fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
	position: relative;
}
.modal_cont .img {
	width: 345px;
	float: left;
	margin-right: 40px;
}
.modal_cont .tit {
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	padding: 20px 0;
}
.modal_cont .tit h3 {
	font-size: 24px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 5px solid #005779;
}
.modal_cont .tit h3 span {
	float: right;
	display: block;
	color: #005779;
	font-size: 20px;
}
.modal_cont .text {
	overflow: hidden;
	line-height: 32px;
	color: #666;
}
.modal_cont .text h4 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
.modal_cont .text p {
	text-indent: 2em;
	margin-bottom: 20px;
}
.modal_cont .close {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/close.png) no-repeat center center #666;
	border-radius: 100%;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
.modal_cont .close:hover {
	background-color: #333;
}
.modal_cont .text .box {
	height: 327px;
	overflow-y: auto;
	margin-top: 20px;
}
.course_owl ul {
	margin: 0 -10px;
	overflow: hidden;
}
.course_owl ul li {
	width: 25%;
	float: left;
}
.course_owl ul li a {
	margin: 10px;
	border: 1px solid #f3f3f3;
	display: block;
}
.course_owl img {
	display: block;
}
.course_owl.wow_list {
	margin: 20px 0;
	width: 100%;
}
.div_pos {
	line-height: 42px;
	background: #f3f3f3;
	color: #999;
}
.div_pos a {
	color: #999;
}
.div_pos a:hover {
	color: #005779;
}
.div_pos span {
	display: block;
	float: right;
	display: none;
}
.div_pos span a {
	display: block;
	width: 20px;
	height: 42px;
	background: url(../images/icon12.png) no-repeat center center;
}
.details {
	margin-top: 30px;
	line-height: 36px;
	color: #666;
}
.details h4 {
	font-weight: normal;
	color: #222;
}
.details .img {
	margin-top: 15px;
	text-align: center;
}
.details_tit {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	color: #999;
}
.details_tit h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #222;
}
.details_cur {
	line-height: 40px;
	border-top: 1px solid #f3f3f3;
	margin-top: 40px;
}
.details_cur span {
	max-width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.details_cur span a {
	color: #999;
}
.details_cur span a:hover {
	color: #005779;
}
.details_cur:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list {
	margin-top: 30px;
}
.news2_list ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news2_list ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 181px;
}
.news2_list ul li a:hover {
	background: #005779;
}
.news2_list ul li a:hover .date label, .news2_list ul li a:hover .date span, .news2_list ul li a:hover .text p {
	color: #fff;
}
.news2_list ul li a:hover .text h3 {
	color: #fcc442;
}
.news2_list ul li a:hover .text:after {
	background: #fcc442;
}
.news2_list ul li a:hover:after {
	background: #005779;
}
.news2_list ul li .img {
	float: right;
	margin: 0 20px; width:240px
}
.news2_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list ul li .date {
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 150px;
	margin-right: 30px;
	text-align: right;
}
.news2_list .date span {
	display: block;
	font-size: 40px;
	color: #999;
}
.news2_list .text {
	line-height: 32px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news2_list .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #005779;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news2_list .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.news2_list .text p {
	height: 64px;
	overflow: hidden;
}
.contact {
	margin-top: 100px;
	margin-bottom: 50px;
}
.contact .img {
	width: 495px;
	float: left;
	margin-right: 50px;
}
.cont_rt {
	overflow: hidden;
}
.contact_box {
	background: #fff;
	margin-bottom: 20px;
}
.contact_box .tit {
	line-height: 50px;
	height: 40px;
	background: url(../images/icon21.png) no-repeat left center;
	text-align: left;
}
.contact_box .tit h3 {
	font-size: 20px;
	display: inline-block;
	padding-left: 10px;
	height: 20px;
	border-left: 5px solid #005779;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
	;
}
.contact_box ul {
	margin: 0 -1.5%;
}
.contact_box ul li {
	width: 30.333%;
	float: left;
	margin: 0 1.5%;
	margin-bottom: 15px;
}
.contact_box ul li span {
	display: block;
	padding-left: 10px;
	color: #888;
	line-height: 35px;
}
.contact_box .div_input {
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 15px;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
}
.div_input textarea {
	height: 100px;
	width: 100%;
	border: 0;
	background: none;
	resize: none;
	padding: 5px 0;
}
.contact_box ul li.li_last {
	width: 97%;
}
.contact_box .btn1 a {
	border: 0;
	display: inline-block;
	width: 200px;
	text-align: center;
	;
	line-height: 40px;
	background: #005779;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
}
.contact_box .btn1 a:hover {
	color: #fff;
	background: #00988a;
}
.contact_box .btn1 {
	width: auto;
	text-align: center;
	text-align: left;
}
.contact_box .btn1 span {
	display: inline-block;
	padding-right: 25px;
	color: #fff;
	background: url(../images/icon23.png) no-repeat right center;
}
.contact_box .btn1 a:hover span {
	color: #fff;
}
.c_list ul li:hover {
	transform: translateY(-20px);
}
.c_list ul li {
	line-height: 32px;
	color: #222;
	font-size: 18px;
	width: 27.333%;
	margin: 0 3%;
	float: left;
	text-align: center;
}
.c_list ul li p {
	font-size: 16px;
	color: #666;
}
.c_list ul li h4 {
	font-size: 18px;
	font-weight: normal;
}
.c_list ul li .img {
	overflow: hidden;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	position: relative;
	margin: 0 auto;
}
.c_list ul li .img .i1 {
	position: absolute;
	top: 32px;
	left: 57px;
	width: 32px;
	height: 27px;
	background: url(../images/icon16.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i2 {
	position: absolute;
	top: 61px;
	left: 30px;
	width: 27px;
	height: 11px;
	background: url(../images/icon17.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i3 {
	position: absolute;
	top: 41px;
	left: 51px;
	width: 20px;
	height: 20px;
	background: url(../images/icon18.png) no-repeat center center;
	display: block;
}
.c_list ul {
	margin: 0px -3%;
	overflow: hidden;
	padding: 20px 0;
}
 @media only screen and (max-width: 1400px) {
.banner .item .text {
	font-size: 25px;
}
}
 @media only screen and (max-width: 1200px) {
.wrap {
	width: 95%;
	margin: 0 auto;
}
.header .nav ul li {
	margin-left: 20px;
}
.banner .item .text {
	font-size: 18px;
}
.banner .item .text h2 {
	line-height: 1.5em;
}
.page_num ul li h2 {
	font-size: 40px;
}
.banner .owl-carousel .owl-item img {
	width: 120%;
	margin-left: -10%;
	max-width: initial;
}
.title {
	margin: 60px 0;
}
.owl-carousel .owl-item .img {
	overflow: hidden;
}
}
 @media only screen and (max-width: 1100px) {
.curriculum_article .web .text, .curriculum_article .web .tit {
	margin-top: 30px;
}
}
@media only screen and (max-width: 800px) {
.page_num ul li h2 {
	font-size: 30px;
}
.page_num ul li {
	width: 50%;
}
.page_num ul li:nth-child(2n+1) {
	border-left: 0;
}
.hot_list ul li {
	width: 50%;
}
.hot_list ul {
	padding-right: 0;
}
.hot_list ul .li_more {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	;
	bottom: auto;
	width: 100%;
}
.hot_list ul .li_more .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	height: 80px;
}
.div_news .news_rt, .div_news .news_lt {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.link_owl .list ul li {
	width: 25%;
}
.footer .left p a {
	margin: 0 5px;
}
.class_nav ul li {
	display: inline-block;
	float: none;
	margin: 0 5px;
	width: auto;
}
.class_nav ul li a {
	padding: 0 10px;
}
.curriculum_list ul li {
	width: 47%;
}
.about_gsjj .list .img {
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
.about_gsjj .list:first-child {
	padding-top: 0;
}
.team2_list ul li {
	width: 50%;
}
.team2_list ul li img {
	width: 100%;
}
.course_owl ul li {
	width: 50%;
}
.course_owl ul li:nth-child(2n+1) {
	clear: both;
}
img {
	width: 100%;
}
.contact .img {
	float: none;
	margin-bottom: 30px;
}
.contact {
	margin-top: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.c_list {
	overflow: hidden;
}
.modal_cont {
	box-sizing: border-box;
}
.modal_cont .img {
	width: 300px;
	margin-right: 20px;
}
.modal_cont {
	padding: 20px;
}
.modal_cont .text .box {
	height: 273px;
}
.news2_list ul li .img {
	margin: 0 auto;
}
.qyry_list li {
	width: 100%;
}
.curriculum_article .img {
	width: 100%;
	margin: 20px auto;
}
.curriculum_article .web .tit {
	margin-left: 50px;
}
.curriculum_article .web {
	width: 100%;
}
}
.footer .left p a:hover {
	color: #fcc442
}
.div_news .item .text a:hover h3 {
	color: #005779
}
.link_owl .list ul li a:hover img {
	opacity: .6
}
.link_owl .list ul li a:hover {
	background: #f7f8f9;
}
 @media only screen and (max-width: 750px) {
.nav {
	position: fixed;
	top: 58px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.header .nav ul li {
	float: none;
	margin: 0 20px;
}
.header {
	line-height: 58px;
	height: 58px;
}
.nav_wap {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #005779;
	background-size: auto 25px;
	right: 5px;
}
.h_menu .nav_wap {
	background: url(../images/menu-1.png) no-repeat center center #005779;
	background-size: auto 25px;
}
.h_menu .nav {
	left: 0;
}
.title span {
	font-size: 30px;
}
.title h3 {
	font-size: 30px;
}
.div_news .news_lt {
	height: auto;
}
.banner .item .text {
	font-size: 14px;
	margin-top: -35px;
}
.banner .item .text h2 {
	font-size: 2em;
}
.banner .owl-carousel .owl-item .img img {
	width: 150%;
	margin-left: -25%;
}
.mainer {
	margin-top: 58px;
}
.banner_cur {
	display: none;
}
.owl.owl-theme .owl-dots .owl-dot span {
	margin: 0 10px;
}
.cur span {
	width: 40px;
	height: 40px;
}
.div_tag ul li {
	padding: 0 5px;
}
.title {
	margin: 40px 0
}
.div_tag {
	margin-top: -10px;
}
.hot_list ul li a {
	margin: 5px;
}
.div_about .about {
	margin-top: 0
}
.div_about .tit {
	width: auto;
}
.div_about .img {
	width: 100%;
	left: 0;
	opacity: 0.2
}
.div_about .text {
	max-width: initial;
	width: 95%;
	margin: 0 auto
}
.div_about .text {
	padding: 15px;
	line-height: 25px;
	padding-top: 20px;
}
.div_about .tit h3 {
	background: none;
	position: relative;
	z-index: 2
}
.div_about .tit:before {
	content: '';
	display: block;
	position: absolute;
	left: 80px;
	height: 24px;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	background: #fff;
	z-index: 1;
}
.div_about .btn a {
	float: none;
}
.team_cur {
	top: auto;
	bottom: 70px
}
.team_owl .item {
	width: 95%;
	max-width: initial;
	padding-top: 10px
}
.team_owl {
	background: none;
	padding-bottom: 28px;
}
.link_owl .list ul li {
	width: 50%;
}
.link_owl .list ul li img {
	width: auto;
}
.footer .left, .footer .right {
	float: none;
	text-align: center;
}
.footer .left {
	margin-bottom: 20px;
}
.footer p {
	margin-top: 10px;
}
.footer {
	padding: 20px 0;
}
.class_nav {
	padding: 5px 10px;
}
.class_nav ul {
	margin: 0 -1%;
}
.class_nav ul li {/*width:100px;*/
	font-size: 14px;
	display: block;
	float: left;
	width: 31.333%;
	margin: 5px 1%;
}
.class_nav ul li a {
	padding: 0 10px;
}
.team2_list ul li a {
	margin: 5px;
}
.team2_list ul {
	margin: 10px 0;
}
.modal_cont .img {
	width: 150px;
	float: none;
}
.modal_cont .close {
	width: 40px;
	height: 40px;
	background: url(../images/close.png) no-repeat center center #666;
	background-size: 20px auto;
	top: -20px;
	right: -10px;
}
.team2_list .text span {
	width: 40px;
	height: 40px;
}
.course_owl .text h3 {
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.course_owl ul li a {
	margin: 5px;
}
.course_owl .text {
	padding: 10px;
}
.news2_list ul li .img {
	width: 100%;
	float: none;
}
.news2_list ul li .date {
	width: auto;
	float: left;
}
.news2_list .date label {
	float: right;
}
.news2_list .date span {
	float: right;
	font-size: 16px;
	color: #666
}
.news2_list .date span:before {
	content: '-'
}
.news2_list .date:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list .text {
	clear: both;
	padding: 0 10px;
	line-height: 25px;
}
.news2_list .text h3 {
	margin-bottom: 10px
}
.news2_list ul li a:after {
	display: none;
}
.details_tit h2 {
	font-size: 20px;
}
.details_tit {
	padding-top: 0
}
.details {
	line-height: 25px;
}
.details_cur span {
	float: none;
	display: block;
	min-width: initial;
	max-width: 100%;
}
.contact_box ul li {
	width: 97%;
}
.c_list ul li {
	width: 100%;
	float: none;
	margin: 0 auto;
	clear: both;
}
.c_list ul {
	margin: 0 auto;
	padding: 0;
	overflow: initial;
}
.c_list ul li .img {
	float: left;
	margin-right: 10px;
	transform: scale(.7);
	-webkit-transform: scale(.7)
}
.c_list ul li .text {
	overflow: hidden;
	text-align: left;
	padding-top: 25px;
}
.news2_list .text p {
	height: auto;
}
.div_his .list .mouth {
	margin-right: 40px;
}
.div_his .list li {
	font-size: 14px;
	line-height: 25px;
}
.qyry_list li .img {
	width: 150px;
	line-height: 110px;
}
.qyry_list li .text h3 {
}
.qyry_list li {
	margin-top: 20px;
}
.qyry_list li .text {
	padding-right: 0;
	font-size: 14px;
	line-height: 25px;
}
.team1_list ul li .img {
	float: none;
}
.team1_list ul li .span_num {
	right: 0
}
.team1_list ul li .box {
	width: 100%;
}
.team1_list ul li:after, .team1_list ul li:before {
	right: 25px;
	left: auto;
}
.team1_list ul li:after {
	height: 266px;
}
.team1_list ul li:hover:before {
	height: 266px;
}
.team1_list ul li:nth-child(2n) .img {
	float: none;
}
.team1_list ul li .text h3 {
	padding: 10px 0;
}
.team1_list ul li .text {
	line-height: 25px;
}
.team_bg {
	display: block;
}
}
.footer {
	position: relative;
	z-index: 100
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.dede_pages{height:28px;padding:20px 0;font-size:14px;text-align:center}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li a{float:left;color:#555;display:block}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

#maximg img{ max-width:100%; height:auto !important}

@media screen and (max-width: 768px) {
   .header .logo img{ width:auto; height:58px;}
}

.single p{text-indent: 2em; margin-bottom: 10px;}
	.single p img{width: 90%;margin-top:30px;}
	.wrapper .Productlist .item{width: 23%; margin-right: 1%;}
	.wrapper .Productlist .item img{width: 60%; height: auto; margin-left: 20%; margin-top: 20%;}
	.item font{color: #075c9c; font-weight: bold;}
	.wrapper .Productlist .item h3{ font-size: 14px;}
	.download-tit{ font-size: 15px; font-weight: bold;color: #075c9c; line-height: 40px;}
	.download-sub{ font-size: 14px; line-height: 40px;}
	.list li .zx{
		width: 100%;
	height: 30px;
	font-size:13px;
	line-height: 30px;
	background: #02709b;
	color: #fff;
	display: block;
	margin-top: 0px;
	}
	.list li .zx:hover{background-color: #c71002;}
	
	.list .item{float: left;
	width: 32.1%;
	margin-right: 1%;
	margin-bottom: 20px;
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	}
	.list .item:hover{
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
	
}
	.list .item h3{line-height: 40px; font-weight: normal;}
	.btn_tab{height: 80px; line-height: 60px;}
.btn_tab a{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background: #FFFFFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}
.btn_tab a:hover,.btn_tab a.cur{
    color: #FFF;
    background: #005779;
    border-color:#005779;
}
.col-md-2{width: 23%; float: left; margin-right: 2%;}
/*footer_main*/
.footer_main {
	width: 100%;
	padding-bottom: 0;
	background: #005779;
	color: #fff;
	border-top: 8px solid #f3f3f3;
	height: 275px;
}
.footer_main .links {
	padding: 20px 0;
	font-size: 16px;
	font-weight: normal;
	
}
.footer_main .links span {
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.footer_main .links a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
	text-decoration:none;
}
.footer_main .links a:hover {
	color: #f3ea00;
}
.bottom_main {
	border-top: 1px solid #02709b;
	padding: 56px 0;
	height: 130px;
	padding-top: 13px;
}
.bottom_main .bNav {
	width: 450px;
	height: 180px;
	border-right: 1px solid #02709b;
	padding-left: 20px;
}
.bottom_main .bNav dl {
	display: inline-block;
	float: left;
	width: 213px;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}
.bottom_main .bNav dl dt {
	height: 40px;
	font-weight: normal;
	display: block;
	padding-bottom: 25px;
	width: 380px;
	}
.bottom_main .bNav dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	text-decoration:none;
}
.bottom_main .bNav dl dd {
	display: block;
	padding-bottom: 14px;
}
.bottom_main .bNav dl dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
}
.bottom_main .bNav dl dd a:hover {
	color: #f3ea00;
}
.bottom_main .ewm {
	width: 140px;
	height: 180px;
	text-align: center;
	padding-left: 35px;
	border-left: 1px solid #2c6cbe;
}
.bottom_main .ewm dl {
	float: left;
	display: block;
	margin-right: 30px;
}
.bottom_main .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.bottom_main .ewm dl:first-child+dl {
	margin-right: 0px;
}
.bottom_main .ewm dl dt {
	width: 140px;
	height: 140px;
	background-color: #fff;
	text-align: center;
}
.bottom_main .ewm dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}
.bottom_main .ewm dl dd {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
}
.bottom_main .contact_info {
	width: 350px;
	height: 180px;
	padding-left: 20px;
}
.bottom_main .contact_info p.p1 {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.bottom_main .contact_info p.dh {
	font-size: 36px;
	color: #FFFFFF;
	font-family: "Arial";
	line-height: 36px;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 12px;
}
.bottom_main .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}
.bottom_main .contact_info p.tel {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	width: 250px;
}
.bottom_main .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}
.bottom_main .contact_info i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}
.copyright_main {
	background: #ffffff;
	height: 60px;
	line-height: 60px;
	color: #000000;
	font-size: 12px;
}
.copyright_main a {
	color: #a7beac;
}
.copyright_main a:hover {
	color: #c71002;
}
/***********top and bottom css end***********/
[aos^=fade][aos^=fade].aos-animate{opacity:1;}
[aos][aos][aos-duration='700'], body[aos-duration='700'] [aos]{transition-duration:.7s;}
.fl{float: left;}
.w1200{width: 1200px; margin: 0 auto;}

.bottom_main .bNav02 {
	width: 200px;
	height: 180px;
	border-right: 1px solid #02709b;
	padding-left: 20px;
}
.bottom_main .bNav02 dl {
	display: inline-block;
	float: left;
	width: 100px;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}
.bottom_main .bNav02 dl dt {
	height: 40px;
	display: block;
	font-weight: normal;
	padding-bottom: 25px;
	width: 160px;
	}
.bottom_main .bNav02 dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	text-decoration:none;
}
.bottom_main .bNav02 dl dd {
	display: block;
	padding-bottom: 14px;
}
.bottom_main .bNav02 dl dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
}
.bottom_main .bNav02 dl dd a:hover {
	color: #f3ea00;
}
.pic{ height: 141px; margin-top: 16px;}
.guanggao_left{float: left;overflow: hidden; width: 70%;  height: 141px;}
.guanggao_right{float: left; margin-left: 1%; width: 28.8%;   height: 139px; border: 1px solid #DDDDDD; color: #fce2db; background-color: #cb0031; }
.guanggao_right_tit{ font-size: 26px; text-align: center;  margin-top: 20px; margin-bottom: 10px; color: #FFFFFF;}
.guanggao_right_con{ font-size: 14px; line-height: 20px; padding-left: 20px;}

.guanggao_left{ height: 141px; float: left;}
.guanggao_right{margin-left: 10px; float: right;  height: 139px; border: 1px solid #edab6f; background-color: #ffefe0; color: #bf2a12; }
.guanggao_right_tit{ font-size: 26px; text-align: center; font-weight: bold; margin-top: 20px; margin-bottom: 10px; color: #bf2a12;}
.guanggao_right_con{ font-size: 14px; line-height: 20px; padding-left: 10px;}

/***********index css end***********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(20230320rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #075c9c;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.ppy_tabconts1 .info a:hover{color: red;}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #075c9c;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #075c9c;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #075c9c;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #075c9c;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
/**********alone css end**********/

.ppy_conts {
	margin-top: 50px;
	position: relative;
}
.slideTxtBox3 .hd {
	position: absolute;
	left: 0;
	bottom: 532px;
	z-index: 99999;
}
.slideTxtBox3 .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideTxtBox3 .hd ul li {
	float: left;
	width:260px;
	margin-right: 35px;
}
.slideTxtBox3 .hd ul li a {
	display: block;
	color: #000000;
	font-size: 14px;
	background: #f0f0f0;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.slideTxtBox3 .hd ul li.on a {
	background: #075c9c;
	color: #fff;
}
.slideTxtBox3 .bd {
	height: 530px;
}
.ppy_tabconts {
	height: 530px;
}
.ppy_tabconts1 {
}
.info {
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 516px;
	overflow: hidden;
}
 .info p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
}
.info a {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #005779;
	background: url(../images/icon1.jpg) no-repeat left center;
	padding-left: 10px;
}
.ppy_tabconts2 {
	
}
.ppy_tabconts3 {
	
}
.ppy_tabconts4 {
	
}
.ppy_ul1 {
	position: absolute;
	left: 492px;
	top: 10px;
}
.ppy_ul1 li {
	margin-bottom: 3px;
}
.ppy_ul1 li a {
	background: url(../images/libg1.jpg) no-repeat left top;
	width: 233px;
	height: 32px;
	padding-left: 30px;
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #076d8f;
	font-weight: bold;
}
.ppy_ul2 {
	left: 780px;
	top: 188px;
}
.ppy_ul3 {
	left: 494px;
	top: 102px;
}
.ppy_ul4 {
	padding-top: 32px;
}
.ppyinfo_box {
	width: 741px;
	margin: 20px auto;
	margin-left: 22px;
}
.ppyinfo_box2 {
	width: 702px;
	margin-left: 28px;
}
.ppyinfo_box3 {
	width: 727px;
	margin-left: 40px;
}


.ppyinfo_box3 .title001{ font-size:18px; color:#838282; font-family:Microsoft Yahei; background-image:url(../images/property/xxcp/ipbis/titlebg01.jpg); background-repeat:no-repeat; padding-left:30px;}

.ppyinfo_box3 p{ text-indent:2em; font-family:Microsoft Yahei;color:#838282; line-height:24px; width:682px; } 
.ppyinfo_box3 .text_right{ text-align:right;color:#838282; font-family:Microsoft Yahei; margin-right:40px;}
.ppy_tabconts img {max-width: 620px; padding-top: 50px;}
.item .img{}
.heng_box {
    background: url(../images/home_plan_bg.png);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2% 0px 2%;
}
.heng_box .plan_com {
    max-width: 1120px;
    margin: auto;
}
.heng_box .plan_com .c1_list .item{
    background:#FFFFFF;
    opacity:1;
    padding:30px;
    text-align:center;
    font-size:16px;
    margin:15px 20px;
}
.heng_box .plan_com .c1_list .item .c1_img{
    min-height:80px;
    overflow:hidden;
}
.heng_box .plan_com .c1_list .item .c1_img img{
    display:inline-block;
}
.heng_box .plan_com .c1_list .item .c1_titleText{
    padding:20px 0px;
}
.heng_box .plan_com .c1_list .item .c1_btn a{
    display:inline-block;
    width:80px;
    height:25px;
    line-height:25px;
    text-align:center;
    color:#FFF;
    font-size:12px;
    background:#429217;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    border:1px solid #429217;
}
.heng_box .plan_com .c1_list .item:hover{
    opacity:1;
}
.heng_box .plan_com .c1_list .item:hover a{
   background:#FFFFFF;
   color:#429217;
}
.more_plan a{
    display:inline-block;
    width:90px;
    height:32px;
    line-height:32px;
    text-align:center;
    color:#FFF;
    font-size:12px;
    background:#429217;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    border:1px solid #429217;
}
.more_plan a:hover{
   background: #429217;
}
.heng_box_1{
    background: url(../images/bg_grid.png);
}
.heng_box_1 .plan_com .c1_list .item{
    background:none;
    font-size:14px;
    margin:15px 0px;
    display:block;
    padding: 0px;
    overflow:hidden;
    position:relative;
}


.heng_box_1 .plan_com .c1_list .item .c1_titleText:hover{color: #82d006;}
.heng_box_1 .plan_com .c1_list .item .c1_img img{
    width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_1 .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_2{
    background: #FFFFFF;
}
.heng_box_2 .plan_com .c1_list .heng_box_2{
    padding:10px;
}
.heng_box_2 .plan_com .c1_list .item{
    background:none;
    font-size:16px;
    margin:0px;
    display:block;
    overflow:hidden;
    padding: 0px;
    font-size:14px;
    color:#333333;
}
.heng_box_2 .plan_com .c1_list .item .c1_titleText{
    width:100%;
    padding: 11px 10px 0px 10px;
}
.heng_box_2 .plan_com .c1_list .item .c1_img img{
    width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_2 .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.btn_tab a{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background: #FFFFFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}
.btn_tab a:hover,.btn_tab a.cur{
    color: #FFF;
}
.btn_tab a:hover{
    color: #005779;
    background: #FFFFFF;
}
.heng_box_3{
    background: #FBFBFB;
}
.heng_box_3 .home_news .imgd{
    overflow:hidden;
}
.home_news .n_left{
    padding-bottom:20px;
}
.heng_box_3 .home_news .imgd img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_3 .home_news .imgd img:hover{
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_3 .home_news .new_title:hover{
    color:#429217;
}
.home_news .n_right ul{
    position:relative;
    top:-10px;
}
.home_news .n_right ul li {
    border-bottom: 1px solid #ededed;
    padding: 0px 0px 25px 0px;
    min-height:50px;
    overflow-y:auto;
}
.home_news .n_right ul li .ri {
    width: 15%;
    float: left;
    font-family: "微软雅黑";
    max-width: 90px;
    color: #666666;
    font-weight: normal;
    text-align: center;
}
.home_news .n_right ul li .ri i {
	font-style: normal;
	font-size: 25px;
	height: 48px;
	line-height: 48px;
	width: 98%;
	margin: auto;
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
}
.home_news .n_right ul li .ri time {
	font-size: 14px;
	width: 98%;
	margin: auto;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #666;
}
.home_news .n_right ul li .wen_nei {
	width: 84%;
	float: right;
}
.home_news .n_right ul li .wen_nei h4 {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #333333;
	margin-bottom: 0px;
	overflow: hidden;
	width: 100%;
    font-weight: normal;
}
.home_news .n_right ul li .wen_nei p {
	color: #666;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.home_news .n_right ul li:last-child {
	border-bottom: none;
}
.home_news .n_right ul li:hover .wen_nei h4 {
	color: #F44336;
}
/***********************************产品中心-列表************************************/
.heng_box_pro{
    padding-top:0px;
    padding-bottom: 1%;
}
.plan_com_con{
    width:100%;
    background:#FFFFFF;
    
    border-bottom:1px solid #DDD;
}
.txt_tab div a{
    display:block;
    padding:15px 0px;
    color:#666666;
    font-size:14px;
    text-align:center;
    border-bottom:2px solid #ffffff;
}
.txt_tab div a:hover,.txt_tab div a.cur{
   color:#429217;
   border-color:#429217;
}
.txt_tab div .btn,.txt_tab div .btn-default{
   background:none;
   border:none;
   box-shadow:none;
   padding-top: 5px;
   color: #666666;
   font-size: 14px;
   text-align: center;
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab div .btn:hover,.txt_tab div .btn:focus,.txt_tab div .btn:active{
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab div .btn-default:hover,.txt_tab div .btn-default:focus,.txt_tab div .btn-default:active{
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab .open > .dropdown-toggle.btn-default{
   background:none;
   border:none;
   box-shadow:none;
}
.txt_tab .dropdown-menu{
    margin: 7px 0 0;
}
.txt_tab .dropdown-menu .cur a{
   color:#429217;
   border-color:#429217;
}
/***********************************产品中心-详情************************************/
.c1_detail{
    padding:35px;
    background:#FFFFFF;
    border:1px solid #DDDDDD;
}
.c1_detail .h4{
   text-align:center;
   padding-top:0px;
   margin-top:0px;
   font-weight: 600;
   line-height:25px;
}
.c1_detail .time{
   text-align:center;
   padding-top:5px;
   padding-bottom:30px;
   color:#666666;
}
.c1_detail .detailsCont img{
   max-width:100%;
}
.c1_detail .detailsCont p{
   line-height:25px;
}
.c1_detail .c1_brand{
    font-size:12px;
    line-height: 30px;
}
.c1_detail .c1_brand a:hover{
    color:#429217;
    text-decoration:underline;
}
.heng_box_2{padding: 10px;}
.heng_box_2{
    background: #FFFFFF;
}
.heng_box_2  .heng_box_2{
    padding:10px;
}
.heng_box_2  .item{
    background:none;
    font-size:16px;
    margin:0px;
    display:block;
    overflow:hidden;
    padding: 0px;
    font-size:14px;
    color:#333333;
    background-color: #f4f4f4;
}
.heng_box_2  .item:hover{
   color: #FFFFFF;
    background-color: #005779;
}

.heng_box_2   .c1_titleText{
    text-align: center;
    padding: 11px 10px 0px 10px;
    line-height: 50px;
}
.heng_box_2   .c1_titleText:hover{
  color: #FFFFFF;
}
.heng_box_2   .item:hover{
   color: #FFFFFF;
}

.heng_box_2  .c1_img img{
    width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    padding: 1px;
}
.heng_box_2   .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    
}

.index-business{background:#fff}
.index-business .index-title {text-align: left;margin-left:-5px}
.index-business .index-title b::after{left:0;margin-left:5px}
.index-business .hd{float:left;width:27%;}
.index-business .hd ul{margin-bottom:30px;}
.index-business .hd li{float:none;padding:14px 20px 14px 0}
.index-business .hd li a{padding-left:20px;border-left:3px solid #ccc;height:16px;line-height:16px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;font-size:16px;transition: .1s}
.index-business .hd li a:hover{text-decoration: none;color:#333}
.index-business .hd li.on a{border-color:#e71a0f;font-size:24px;font-weight:700;color:#111}
.index-business .bd,.index-business .tempWrap{float:right;width:1100px;margin-right:-360px;}
.index-business .bd img{}

.index-business .hd li:hover{border-color:#e71a0f;font-size:24px;font-weight:700;color:#111;}
.index-business .hd li a:hover{border-left:3px solid #e71a0f;}
.index-business .bd{width: 75%;float: left;}

.banner_main {
	width: 100%;
	position: relative;
	z-index: 3;
}
.banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	height: 550px;
}
.banner .list {
	max-height: 550px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.banner li img {
	width: 1920px;
	display: block;
	left: 50%;
	top: 0;
}
.banner li a {
	width: 100%;
	display: block;
}
.banner .tip {
	width: 100%;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 4%;
	z-index: 10;
}
.banner .tip span {
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	text-indent: -1000px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #fff;
}
.banner .tip span.cur {
	background: #075c9c;
}
.banner .prev, .banner .next {
	width: 24px;
	height: 44px;
	position: absolute;
	z-index: 12;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	background-position: -48px -30px;
	display: none;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.banner .prev {
	left: 3%;
	background-position: -48px -30px;
}
.banner .prev:hover {
	background-position: -48px -80px;
}
.banner .next {
	right: 3%;
	background-position: -80px -30px;
}
.banner .next:hover {
	background-position: -80px -80px;
}
.icon {
	vertical-align: middle;
	background: url(icon20230329.png) no-repeat;
	display: inline-block;
}
.heng_box_1{
    background: url(../images/bg_grid.png);
}
.heng_box_1 .plan_com .c1_list .item{
    background:none;
    font-size:14px;
    margin:15px 0px;
    display:block;
    padding: 0px;
    overflow:hidden;
    position:relative;
}

.heng_box_1 .plan_com .c1_list .item .c1_titleText{
    width:100%;
    background:#ffb200;
    color:#FFF;
    padding:6px 15px;
    left:0px;
    bottom:0px;
}
.heng_box_1 .plan_com .c1_list .item .c1_titleText:hover{color: #000000;}
.heng_box_1 .plan_com .c1_list .item .c1_img img{
    width:60%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_1 .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.heng_box_2{
    background: #FFFFFF;
}
.heng_box_2 .plan_com .c1_list .heng_box_2{
    padding:10px;
}
.heng_box_2 .plan_com .c1_list .item{
    background:none;
    font-size:16px;
    margin:0px;
    display:block;
    overflow:hidden;
    padding: 0px;
    font-size:14px;
    color:#333333;
}
.heng_box_2 .plan_com .c1_list .item .c1_titleText{
    width:100%;
    padding: 11px 10px 0px 10px;
}
.heng_box_2 .plan_com .c1_list .item .c1_img img{
    width:100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.heng_box_2 .plan_com .c1_list .item .c1_img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 23.2%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
.c1_name{ background-color: #e1f2d7; line-height:60px; color: #000000;}
.c1_position{background-color: #b5dc9f;line-height:60px; color: #000000;}
.c1_job{background-color: #2b7701;line-height:23px; color: #FFFFFF; padding: 20px 20px; text-align: left; text-indent: 2em;}
.btn_tab .activexm{background:#429217; border-color:#429217; color: #FFFFFF;}
.c1_detail .aboutCon p img{width: 800px; }
.row{height: 212px;}
.row h4{padding-left: 15px;}
.row h4 font{color: #005779;font-weight: normal;    font-size: 18px;}
.row h4 span{float: right; }
.col-md-4{padding-left: 10px; padding-right: 10px;}
.row h4 span:hover{ color: red;}
.place a{color: #005779 ;}
.place a:hover{color: red;}
.c1_titleText2{color: red; line-height: 30px;}
.c1_titleText2 span{color: #888888; font-size: 10px;}
			.top{width: 100%;background: #e6e6e6;color: #8f8f90;height: 30px;line-height: 30px;/*min-width: 1300px;*/}
.top a:hover{color: #0965b5;}
.language>li{float: left;}
.language>li>a{padding: 0 16px;}
.top_tools{margin-right: 20px;}
.top_tools>li{float: left;}
.contribute{margin-right: 10px;padding-right: 13px;}
.login{padding: 0 10px;}
.register{padding: 0 10px;border-right: 1px solid #8F8F90;}
.username{color: #0965b5;font-weight: bold;}
.unlogin{padding: 0 10px;border-right: 1px solid #8F8F90;}
.mycnipr{margin-left: 12px;}
.zljsinput{position: relative;width: 190px;height: 24px;border: 1px solid #cfcfcf;margin-left: 10px;top: 2px;border-radius: 6px;overflow: hidden;}
.zljsinput>input{width: 100%;height: 100%;border: 0;position: absolute;left: 0;top: 0;text-indent: 8px; background-color: #FFFFFF;}
.zljsinput>i{background-image: url(20230614pin001a.jpg); position: absolute;right: 4px;top: -4px;font-size: 24px;z-index: 9;cursor: pointer;color: #8f8f90;}
.zljsinput>i:hover{color: #007AE4;url(20230614pin001b.jpg);}
.fr{float: right;}
.fl{float: left;}
.top_tools{margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}
.language{ margin-top: 0px; margin-bottom: 0px;}
.top_tools>li{float: left;}
.contribute{margin-right: 10px;padding-right: 13px;}
.header .top li a{font-size: 12px;}
.zljsinput{font-size: 12px;}

.d_page{text-align: center;}
.d_page .huilan14 a{padding: 5px 15px;}
.thumblist1 .item .img{background-image:url("http://www.ipph.cn/images/20230630lbtp.jpg")}
.csd-progress {
  position: relative;
  width: 1200PX;
  margin: 0 auto;
}
.csd-progress >img{
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
   width:100%;
  margin: 0 auto;
}
.csd-progress .info-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 46px;
}
.csd-progress .info-content [class*="col-"]{
  margin-bottom: 26px;
}
.csd-progress .info-content .js-pops-csd.btn-rect{
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 40px;
  background-color: #075c9c;
}
.csd-progress .info-content .js-pops-csd.btn-rect:hover{
 border: 1px solid #cb0007;
 background-color: #cb0007;
  color: #fff;
  padding: 5px 40px;
}
.number-card-box {
  background: rgba(1, 57, 133, 0.5);
  padding: 40px;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  height: 100%;
  color: #fff;
}
.number-card-box .big-number-text{
  max-height: 78px;
  overflow: hidden;
  font-size: 0.875em;
  line-height: 20px;
}
.big-number {
  font-size: 2.5em;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}
@media(min-width:992px) and (max-width:1280px){
  .big-number{
    font-size: 2em;
  }
}
@media (max-width:1024px){
  .number-card-box{
    padding: 30px 20px;
  } 
}
@media (max-width:767px){
  .csd-progress >img{
    position: absolute;
  }
  .csd-progress .info-content{
    position: static;
  }
  .number-card-box{
    padding: 20px 20px;
    height: 100%;
  } 
  .number-card-box .big-number-text{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .row{margin-left: -15px; margin-right: -15px;}
  
  }
  
  
  
  .toolbar .pop-code li p{color: #FFFFFF; padding: 10px 10px; font-size: 12px;}